home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / games_d / gnuchess.zip / README.PC < prev    next >
Text File  |  1990-08-11  |  606b  |  13 lines

  1. Gnuchess is a public domain chess program from unix.
  2.  
  3. There are several makefiles here adapted for different machines and
  4. compilers.  I got it to compile under the Zortech C compiler.  I needed
  5. to make a number of changes to the source code of gnuchess.c so I copied
  6. it to a file named zgnuchss.c.  I could have just done this in gnuchess.c
  7. since all of the changes are #ifdefed, but it looked more confusing.
  8.  
  9. gnuchess.exe is an executable that needs ANSI.SYS to be loaded.
  10.  
  11. It is possible to build gnuchesr.exe which uses simple ASCII text,
  12. or gnucheso.exe which is similar to gnuchess.exe.
  13.